{timelineName}_second_scale_date

보조 X축에 표시되는 항목을 정의합니다

dateDate포맷팅이 필요한 날짜입니다

Available only in PRO Edition

Example

scheduler.templates.timeline_second_scale_date = function(date){
    var timeline = scheduler.matrix.timeline;
    var func = scheduler.date.date_to_str(
        (timeline.second_scale && timeline.second_scale.x_date)?
        timeline.second_scale.x_date:scheduler.config.hour_date
    );
    return func(date);
};

Applicable views:타임라인 뷰
Details

이 템플릿은 timeline 플러그인이 활성화된 경우에만 작동합니다.

See also
맨 위로